FEST
Source Files
Modules
Procedures
Derived Types
Program
GetGridMapping
Interface
4 statements
Source File
GridLib.f90
GridLib
GetGridMapping
Contents
Module Procedures
GetGridMappingFloat
GetGridMappingInteger
public interface GetGridMapping
Module Procedures
public function
GetGridMappingFloat
(layer) result(grid_mapping)
get grid mapping for a floating point grid
Arguments
Type
Intent
Optional
Attributes
Name
type(
grid_real
),
intent(inout)
::
layer
Return Value
type(
CRS
)
public function
GetGridMappingInteger
(layer) result(grid_mapping)
get grid mapping for a floating point grid
Arguments
Type
Intent
Optional
Attributes
Name
type(
grid_integer
),
intent(inout)
::
layer
Return Value
type(
CRS
)